home *** CD-ROM | disk | FTP | other *** search
/ PC Player Special 1999 #2 / PC-Player - Special - 1999-02.iso / Tipsplayer / tipsplay.exe / 0 / RCDATA / TFORMINFO / TFORMINFO.txt < prev   
Encoding:
Text File  |  1999-05-21  |  1.9 KB  |  84 lines

  1. object FormInfo: TFormInfo
  2.   Left = 293
  3.   Top = 220
  4.   BorderStyle = bsNone
  5.   Caption = 'FormInfo'
  6.   ClientHeight = 272
  7.   ClientWidth = 544
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnCreate = FormCreate
  16.   OnMouseDown = FormMouseDown
  17.   OnMouseMove = FormMouseMove
  18.   OnMouseUp = FormMouseUp
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Image1: TImage
  22.     Left = 0
  23.     Top = 0
  24.     Width = 544
  25.     Height = 272
  26.     Enabled = False
  27.     Picture.Data = {<image000.bmp>}
  28.   end
  29.   object TasteSchliessen: TImage
  30.     Left = 370
  31.     Top = 218
  32.     Width = 150
  33.     Height = 32
  34.     Hint = 'Schlie∩┐╜t dieses Fenster'
  35.     ParentShowHint = False
  36.     Picture.Data = {<image001.bmp>}
  37.     ShowHint = True
  38.     OnClick = TasteSchliessenClick
  39.   end
  40.   object Memo1: TMemo
  41.     Left = 16
  42.     Top = 16
  43.     Width = 330
  44.     Height = 240
  45.     BorderStyle = bsNone
  46.     Color = clMaroon
  47.     Font.Charset = DEFAULT_CHARSET
  48.     Font.Color = clYellow
  49.     Font.Height = -11
  50.     Font.Name = 'MS Sans Serif'
  51.     Font.Style = [fsBold]
  52.     Lines.Strings = (
  53.       'TipsPlayer 1.01'
  54.       ''
  55.       '   ∩┐╜ 1999 WEKA Consumer Medien GmbH'
  56.       '   E-Mail: pcplayer@wekanet.de'
  57.       '   WWW: http://www.pcplayer.de'
  58.       ''
  59.       ''
  60.       '   Programmiert (p) 21-Mai-1999 von'
  61.       '   Software-Entwicklung Henrik Fisch'
  62.       '   E-Mail: hfisch@softfisch.com'
  63.       '   WWW: http://www.softfisch.com'
  64.       ''
  65.       ''
  66.       '   Vielen Dank an:'
  67.       ''
  68.       '      Roland Austinat'
  69.       '      Manfred Duy'
  70.       '      Udo Hoffmann'
  71.       '      Thomas Koeglmayr'
  72.       '      Stefanie Ku∩┐╜eler'
  73.       '      Jochen Rist'
  74.       '      Susan Sablowski'
  75.       '      Stefan Seidel'
  76.       '      Martin "Mash" Schnelle'
  77.       '      Thomas Werner')
  78.     ParentFont = False
  79.     ReadOnly = True
  80.     ScrollBars = ssVertical
  81.     TabOrder = 0
  82.   end
  83. end
  84.